home *** CD-ROM | disk | FTP | other *** search
/ Wayzata's Best of Shareware PC/Windows 1 / Wayzata's Best of Shareware for PC-Windows - Release 1 - Wayzata Technology (1993).iso / mac / ZIPPED / DOS / UTILITY / EASYBOOT.ZIP / EASYBOOT.DOC < prev    next >
Text File  |  1992-08-31  |  8KB  |  226 lines

  1.   **********************************************
  2.   *** EasyBoot Menu System                   ***
  3.   ***                                        ***
  4.   *** Copyright (C) 1992 Henry Smith         ***
  5.   **********************************************
  6.  
  7.   *********************************
  8.   *** What This Program Does    ***
  9.   *********************************
  10.  
  11.       EasyBoot enables you to have up to 10 different AUTOEXEC.BAT and
  12.       CONFIG.SYS files. This would be useful, for example, if you sometimes
  13.       needed a Ramdisk or had to have a different configuration for
  14.       Windows.
  15.  
  16.       Although there are many other programs of this type already available,
  17.       EasyBoot is the only one (that we know of) that takes into account the
  18.       disk write delay caused by Drive Cache-ing programs such as SMARDRIVE
  19.       and PC-CACHE. It does this by having a 5 second delay before re-booting
  20.       the system.
  21.  
  22.       As well as providing a comprehensive means of having different system
  23.       configurations, EasyBoot can also be used as a warm or cold Reboot
  24.       program.
  25.  
  26.   *********************************
  27.   *** Warning & Disclaimer      ***
  28.   *********************************
  29.  
  30.       DO NOT run this program and select any of the options until
  31.       you have made a backup copy of your configuration files
  32.       autoexec.bat and config.sys as running this program will overwrite
  33.       your current files.
  34.  
  35.       THE AUTHOR OF THIS PROGRAM OR ANYBODY AFFILIATED WITH THE
  36.       DISTRIBUTION OF THIS PRODUCT WILL ACCEPT NO RESPONSIBILITY FOR THE
  37.       POSSIBLE LOSS/CORRUPTION/DAMAGE RESULTING FROM USING THIS PROGRAM
  38.  
  39.   *********************************
  40.   *** Installation Instructions ***
  41.   *** Hard Disk Systems only    ***
  42.   *********************************
  43.  
  44.       This program is designed for use with a hard disk system
  45.       and assumes that your boot drive is C:.
  46.  
  47.       First create a directory called EASYBOOT on the root of Drive C:
  48.  
  49.     MD C:\EASYBOOT <┘
  50.  
  51.       Any other name directory can be used as this is only an example.
  52.       
  53.       Files extracted from this archive (EASYBOOT.ZIP) should ideally be
  54.       placed in this sub-directory. Then make sure you are in the new
  55.       directory and type EB which will run the program, i.e.:
  56.  
  57.     CD \EASYBOOT <┘
  58.     EB <┘
  59.  
  60.  
  61.   **********************************
  62.   *** Changing configuration     ***
  63.   **********************************
  64.  
  65.       This is quite simple just use a "Text" Editor to edit each of
  66.       the AUTOX??.DAT and CONFIG??.DAT files to your requirements and
  67.       save using the same filename.
  68.  
  69.       If you have DOS Version 5.00 use the program EDIT.COM. 
  70.       
  71.       Programs such as Wordstar using NON Document mode,
  72.       and WordPerfect using Dos Text mode may also be used.
  73.       
  74.       Do "NOT" save as a document as these programs save special control 
  75.       codes when saving and may cause problems. 
  76.       
  77.   **********************************
  78.   *** Example File setup         ***
  79.   **********************************
  80.  
  81.       This program is supplied with a complete set of example 
  82.       AUTOEXEC.BAT and CONFIG.SYS files.      
  83.       
  84.       It should be noted that these are just examples to show the format
  85.       required for the configuration names that are extracted from the
  86.       AUTOX??.DAT files.
  87.      
  88.       As the information following the configuration names are only examples
  89.       they may not work with your system.
  90.  
  91.       Each of your autoexec.bat files MUST be described with a REM
  92.       statement at the beginning of the file, e.g.:
  93.  
  94.     REM Normal Machine
  95.     ECHO OFF
  96.     ..etc., etc.
  97.  
  98.       This is so that EasyBoot can display the name of your configuration
  99.       for you to select. The description should be no more than 25 characters
  100.       long after the REM statement, otherwise the program will chomp it!
  101.   
  102.   **********************************
  103.   *** Command Line Parameters    ***
  104.   **********************************
  105.  
  106.       If you already know what the number of your desired configuration
  107.       is (e.g. '1') then you can simply type:
  108.  
  109.     EB -1 <┘
  110.  
  111.       If you want to do a warm boot rather than the program's default cold
  112.       boot, select the -O option. The program will then prompt you to enter
  113.       the number of the configuration required. This setting will work just
  114.       once and will not affect future sessions with the program.
  115.     
  116.       Example as follows:
  117.  
  118.     EB -O <┘
  119.  
  120.       For more information on this or if you simply forget what you've
  121.       just read, then type...
  122.  
  123.     EB -? <┘
  124.  
  125.       ...which will give you on-line help (in full colour unlike other
  126.       programs we could mention!!)  or type...
  127.  
  128.     EB -L <┘
  129.  
  130.       ...which will give you a complete list of all the command line
  131.       parameters.
  132.  
  133.       To view your current configuration files (i.e. AUTOEXEC.BAT and
  134.       CONFIG.SYS) in use, type:
  135.  
  136.     EB -V <┘
  137.  
  138.       Now type either (A) to look at your current AUTOEXEC.BAT or (C)
  139.       for CONFIG.SYS.
  140.  
  141.       To look at your AUTOX??.DAT files, type:
  142.  
  143.     EB -A <┘
  144.  
  145.       Now type the number of the AUTOX??.DAT file (from 0-9) you wish to
  146.       look at.
  147.  
  148.       To look at your CONFIG??.DAT files, type:
  149.  
  150.     EB -F <┘
  151.  
  152.       Now type the number of the CONFIG??.DAT file (from 0-9) you wish 
  153.       to look at.
  154.  
  155.       To look at the Dos Environment (same as the Dos SET command) type:
  156.  
  157.     EB -S <┘
  158.   
  159.   **********************************
  160.   *** Keyboard Reference         ***
  161.   **********************************
  162.  
  163.       Once the program is loaded, the following keys are valid:
  164.  
  165.     0-9     EasyBoot Selections
  166.     ESC     Exit Program
  167.     ALT-A   Views any AUTOX??.DAT file from 0-9
  168.     ALT-C   Views any CONFIG??.DAT file from 0-9
  169.     ALT-V   Views current AUTOEXEC.BAT or CONFIG.SYS files
  170.     ALT-H   Lists valid keys
  171.     ALT-S   Information on Setting up Program
  172.     ALT-D   Shell to DOS
  173.     ALT-I   Displays Information About Program
  174.  
  175.   **********************************  
  176.   *** Printing the Documentation ***
  177.   **********************************
  178.  
  179.       To print the EASYBOOT documentation file type one of the following:-
  180.  
  181.     TYPE EASYBOOT.DOC >PRN  or
  182.     COPY EASYBOOT.DOC PRN   or
  183.     PRINT EASYBOOT.DOC
  184.  
  185.   **********************************
  186.   ***  Distributing the Software ***
  187.   **********************************
  188.  
  189.       If you distribute EASYBOOT to friends, associates, or to a
  190.       computer bulletin board system (BBS), please distribute the
  191.       file EASYBOOT.ZIP rather than the individual files of EASYBOOT.
  192.  
  193.       For a complete list of the files which should have come with this
  194.       program, please consult the file PACKING.LST enclosed with this ARJ
  195.       archive.
  196.  
  197.   **********************************
  198.   ***  Support & Updates         ***
  199.   **********************************
  200.  
  201.       For the latest updates to this program and for a chance to make
  202.       your suggestions, gripes, or praise of the highest order known to me,
  203.       you can log onto 'The Dog & Disk Drive Pub BBS' on +44(0)71-587 5180.
  204.  
  205.       Send any messages for the attention of the Sysop. Users who send in
  206.       some form of monetary contribution will more or less get their
  207.       suggestions included!!!
  208.  
  209.   **********************************
  210.   *** Technical Info             ***
  211.   **********************************
  212.  
  213.       This program was written entirely in Borland's Turbo C++.
  214.  
  215.       If you are a struggling C++ programmer like me and would like a copy
  216.       of the source code, please send a small donation (£5 sterling upwards
  217.       if possible please!) to:
  218.  
  219.       HENRY SMITH
  220.       c/o THE DOG & DISK DRIVE BBS,
  221.       P.O. BOX 455,
  222.       LONDON
  223.       SW9 6HE
  224.  
  225. Version 1.2 - 03/06/92
  226.